home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / smfdoor / frmrecen.frm (.txt) < prev    next >
Visual Basic Form  |  1999-08-13  |  1KB  |  43 lines

  1. VERSION 5.00
  2. Begin VB.Form frmRecentsites 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Recent Sites"
  6.    ClientHeight    =   2250
  7.    ClientLeft      =   4260
  8.    ClientTop       =   2670
  9.    ClientWidth     =   2460
  10.    Icon            =   "frmRecentsites.frx":0000
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   2250
  15.    ScaleWidth      =   2460
  16.    Begin VB.CommandButton cmdRecentSites 
  17.       Caption         =   "Done"
  18.       Height          =   375
  19.       Left            =   600
  20.       TabIndex        =   1
  21.       Top             =   1800
  22.       Width           =   1335
  23.    End
  24.    Begin VB.Label Label1 
  25.       BackColor       =   &H00000000&
  26.       Caption         =   $"frmRecentsites.frx":08CA
  27.       ForeColor       =   &H000000FF&
  28.       Height          =   1575
  29.       Left            =   240
  30.       TabIndex        =   0
  31.       Top             =   120
  32.       Width           =   1935
  33.    End
  34. Attribute VB_Name = "frmRecentsites"
  35. Attribute VB_GlobalNameSpace = False
  36. Attribute VB_Creatable = False
  37. Attribute VB_PredeclaredId = True
  38. Attribute VB_Exposed = False
  39. Private Sub cmdRecentSites_Click()
  40.     frmRecentsites.Hide
  41.     frmother.Show
  42. End Sub
  43.